
This resource revokes a specific dynamic host token which belongs to the specified
cluster-id or cluster-name and is identified by its JTI (JWT Token Identifier) provided as a path parameter.
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the request body. If
the format? parameter is present, it takes precedence over the Accept header. |
Upon success, a status code of 204 (No Content) is returned.
If the JTI is not found, a status code of 400 (Bad Request) is returned.
A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin role, or the following
privileges: http://marklogic.com/xdmp/privileges/manage-adminhttp://marklogic.com/xdmp/privileges/admin/revoke-dynamic-host-token If the request targets a foreign cluster, a status code of 404 (Not Found) is returned.
curl --anyauth --user admin:admin -i -X DELETE "localhost:8002/manage/v2/clusters/Default/dynamic-host-token/abc123-def456"
==> revokes the dynamic host token with the specified JTI in the Default cluster.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.